home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / SecalDemo / Inc / utility / hooks.inc < prev    next >
Text File  |  1998-06-24  |  153b  |  11 lines

  1. include "inc/exec/types.inc";
  2. include "inc/exec/nodes.inc";
  3.  
  4. struct Hook is
  5.   h_MinNode:MinNode;
  6.   h_Entry:ulong;
  7.   h_SubEntry:ulong;
  8.   h_Data:ulong;
  9. ;
  10.  
  11.